home *** CD-ROM | disk | FTP | other *** search
/ Chip: Special XP & Vista / Chip Spesial XP & Vista.iso / 3_Gadgets / UEFA_Informer_Gadget / UEFAinfo.gadget / css / settings.css < prev   
Text (UTF-16)  |  2008-03-31  |  3KB  |  76 lines

  1. body {
  2.     width: 200px;
  3.     height: 281px;
  4.     margin: 0;
  5.     padding: 0;
  6. }
  7.  
  8. #headerList {
  9.     margin-left: 10px;
  10.     font-size: 14px;
  11.     font-family: Calibri;
  12. }
  13.  
  14. form {
  15.     overflow: auto;
  16.     margin-top: 12px;
  17.     margin-left: 10px;
  18.     padding-left: 5px;
  19.     height: 202px;
  20.     width: 180px;
  21.     padding-left: 5px;
  22.     background-color: #ffffff;
  23.     border: 1px solid ThreeDFace;
  24.     border-top-color: ThreeDShadow;
  25.     border-right-color: ThreeDHighlight;
  26.     border-left-color: ThreeDShadow;
  27.     font-size: 11px;
  28.     font-family: Calibri;
  29. }
  30.  
  31. label {
  32.     position: relative;
  33.     top: -2px;
  34.     margin-left: 2px;
  35. }
  36.  
  37. #control {
  38.     position: relative;
  39.     top: -19px;
  40.     width: 180px;
  41.     margin-left: 10px;
  42.     padding-left: 5px;
  43.     border: 1px solid ThreeDFace;
  44.     border-top-color: ThreeDShadow;
  45.     border-right-color: ThreeDHighlight;
  46.     border-bottom-color: ThreeDHighlight;
  47.     border-left-color: ThreeDShadow;
  48.     font-size: 11px;
  49.     font-family: Calibri;
  50. }
  51.  
  52. #bottom {
  53.     margin-top: -14px;
  54.     text-align: right;
  55.      font-size :11px;
  56.       font-family: Calibri;
  57. }
  58.  
  59. #version {
  60.     float: left;
  61.     margin-top: 13px;
  62. }
  63.  
  64. #author {
  65.     color: black;
  66.     text-decoration: none;
  67. }
  68.  
  69. .centered {
  70.     margin-top: expression((
  71.     document.getElementById("countryList").offsetHeight/2)
  72.     -(parseInt(offsetHeight)/2) <0 ? "0" :
  73.     (document.getElementById("countryList").offsetHeight/2)
  74.     -(parseInt(offsetHeight)/2)-20 +'px');
  75.     text-align: center;
  76. }